home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Aol / aol-unsorted / DoLv1.0.sit / DoLv1.0 / DOL 1.0™ Extensions / ChangeClip.rsrc / MPRM_128 < prev    next >
Text File  |  1994-11-23  |  1KB  |  2 lines

  1.  
  2. ChangeClipWChangeClip "new" ["old"/#offset[#length]/before["find"]/after["find"]] [once] [enforce]üChanges the clipboard text by inserting, replacing or removing a string. Use "\r" for return, "\t" for tab, "\q" for <">, "\\" for <\>, "\7E" for ASCII hex $7Eenforce£Forces private clipboard conversion for applications that don’t write to the system clipboard; add it to the first and to the last ClipChange command in your macro"new"Replaces clipboard contents "new" "old",Replaces all occurrences of "old" with "new""new" "old" once1Replaces the first occurrence of "old" with "new" "new" before'Adds "new" at the beginning of the text"new" before "find"+Adds "new" before each occurrence of "find""new" before "find" once0Adds "new" before the first occurrence of "find" "new" after!Adds "new" at the end of the text"new" after "find"*Adds "new" after each occurrence of "find""new" after "find" once/Adds "new" after the first occurrence of "find""new" #offsetIAdds "new" at the specified numeric offset from the beginning of the text"new" #offset #length>Replaces #length characters at the specified offset with "new"